CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scan disk

搜索资源列表

  1. 磁盘

    0下载:
  2. c ++下的磁盘扫描程序-under the Scan Disk
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1992
    • 提供者:聂威风
  1. drvscan1

    0下载:
  2. 用VB开发快速查找文件的例子,可扫描正磁盘区的目录文件-VB-Quick Find examples of documents, scan disk is the file directory
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6477
    • 提供者:ylw
  1. 用信号量实现磁盘调度SCAN算法

    0下载:
  2. 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3721
    • 提供者:杨蔺又
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:何浩
  1. diaodu.rar 磁盘调度设计

    0下载:
  2. 磁盘调度设计,磁盘调度算法的实现,包括  先来先服务调度算法  最短寻道优先调度算法  扫描算法  循环扫描算法  N—Step—SCAN算法,Disk Scheduling design, disk scheduling algorithm, including
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:2122
    • 提供者:姚军
  1. fmifs

    0下载:
  2. source code for format and scan disk on windows
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:67615
    • 提供者:12345abc
  1. suanfa

    0下载:
  2. 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:38963
    • 提供者:李国村
  1. DriveFolderScan

    0下载:
  2. 磁盘和文件夹扫描程序。功能还挺多,可以扫描硬盘文件,可以设定扫描文件夹,显示扫描进度和当前扫描的文件信息,还可以检测文件系统等许多功能。-Disk and folder scanner. Quite functional, and can scan the hard disk file, can be set to scan the folder to show the progress and the current scan to scan the file information, it
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:580603
    • 提供者:653
  1. Scan

    0下载:
  2. 一个完整的模拟磁盘电梯调度算法 有详细的注释-Simulation of a complete elevator disk scheduling algorithm detailed notes
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1922
    • 提供者:刘贤震
  1. SCAN

    0下载:
  2. java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-24
    • 文件大小:863
    • 提供者:吕学娜
  1. SCAN

    0下载:
  2. 磁盘调度算法中的SCAN算法,c++实现,操作系统课程设计-Disk scheduling algorithm in the SCAN algorithm, c++ to achieve, the operating system of course design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9892
    • 提供者:caonima
  1. diskschedulingalgorithmsourcecode

    0下载:
  2. 在我们学习的过程中共遇见5种磁盘调度算法它们分别是: FCFS(先来先服务)调度 SSTF(最短查找时间优先)调度 SCAN(扫描)调度 C-SCAN(环形扫描)调度 LOOK(查找)调度(电梯) -disk scheduling algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:672970
    • 提供者:cjw
  1. a2

    0下载:
  2. 随机产生磁道数,通过多种算法实现磁盘调度。FCFS,SSTF,SCAN,CSCAN,N_Step_SCAN。-Track the number of randomly generated, through a variety of disk scheduling algorithm. FCFS, SSTF, SCAN, CSCAN, N_Step_SCAN.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:3200
    • 提供者:lzh
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43831
    • 提供者:qianglc
  1. choose

    0下载:
  2. 磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:1657
    • 提供者:小山
  1. cipandiaodu

    0下载:
  2. 将操作系统中的磁盘调度中的扫描算法(SCAN)和循环扫描算法(CSCAN)模拟出来-The operating system scan disk scheduling algorithm (SCAN) and the cycle of scanning algorithm (CSCAN) simulated
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:73613
    • 提供者:feinglei
  1. vb.module.system.programming.harddisk.scan

    0下载:
  2. vb系统编程硬盘扫描模块设计源码vb module design system programming source hard disk scan -vb module design system programming source hard disk scan
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-24
    • 文件大小:3649
    • 提供者:李南剑
  1. disk

    0下载:
  2. 本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1105
    • 提供者:su
  1. CPDD

    0下载:
  2. 磁盘臂调度算法,包含 先来先服务调度算法(FCFS) 最短磁道优先调度算法(SSTF) 电梯调度算法或扫描算(SCAN)-Disk arm scheduling algorithm, including a first-come first-served scheduling algorithm (FCFS) priority scheduling algorithm for the shortest track (SSTF) scheduling algorithm, or sca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:29273
    • 提供者:xuxiaoxi
  1. tree

    0下载:
  2. 扫描磁盘,形成树形控件。 对系统文件扫描,形成树形控件。-Scan disk, the formation of tree control. Document scanning system, the formation of tree control.
  3. 所属分类:TreeView

    • 发布日期:2017-05-15
    • 文件大小:3760624
    • 提供者:谭强
« 12 3 4 5 6 »
搜珍网 www.dssz.com